Package com.cisco.pt.ipc.sim.pdu
Interface SnapLLCHeader
- All Known Implementing Classes:
SnapLLCHeaderImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetOrgCode(int orgCode) voidsetProtocolId(int protocolId) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.LLCHeader
getControlField, getDsap, getInfoField, getLength, getSsap, setControlField, setDsap, setInfoField, setLength, setSsapMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getOrgCode
int getOrgCode()- Returns:
- int Returns a int
-
setOrgCode
void setOrgCode(int orgCode) - Parameters:
orgCode- Takes in a parameter of orgCode
-
getProtocolId
int getProtocolId()- Returns:
- int Returns a int
-
setProtocolId
void setProtocolId(int protocolId) - Parameters:
protocolId- Takes in a parameter of protocolId
-